Spread Windows Forms 12.0 Product Documentation
CellRanges Property (RangeElement<T>)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RangeElement<T> Class : CellRanges Property
Gets the cell ranges.
Syntax
'Declaration
 
Public ReadOnly Property CellRanges As List(Of CellRange)
'Usage
 
Dim instance As RangeElement(Of T)
Dim value As List(Of CellRange)
 
value = instance.CellRanges
public List<CellRange> CellRanges {get;}
See Also

Reference

RangeElement<T> Class
RangeElement<T> Members